projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556a263
)
(easy-mmode-define-minor-mode): Add missing format arg.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 1 Jun 1998 02:59:23 +0000
(
02:59
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 1 Jun 1998 02:59:23 +0000
(
02:59
+0000)
lisp/emacs-lisp/easy-mmode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easy-mmode.el
b/lisp/emacs-lisp/easy-mmode.el
index dc89416e26672548e2758ad5b5a8e25e04a3da3c..c9206d2e5b15cd7d13fb876963c6962fd0ad9bf3 100644
(file)
--- a/
lisp/emacs-lisp/easy-mmode.el
+++ b/
lisp/emacs-lisp/easy-mmode.el
@@
-133,7
+133,7
@@
in order to build a valid keymap.
\(defmacro easy-mmode-define-minor-mode
(MODE DOC &optional INIT-VALUE LIGHTER KEYMAP)...\)"
(let* ((mode-name (symbol-name mode))
- (mode-doc (format "Non-nil if %s mode is enabled."))
+ (mode-doc (format "Non-nil if %s mode is enabled."
mode-name
))
(keymap-name (concat mode-name "-map"))
(keymap-doc (format "Keymap for %s mode." mode-name)))
`(progn